Converts the specified string representation of a time to its
Time equivalent.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static Time Parse(
string time
)
Public Shared Function Parse (
time As String
) As Time
Parameters
- time
- Type: SystemString
A string containing a time to convert.
Return Value
Type:
TimeA
Time equivalent contained in the time parameter.
See Also